Skip to main content
Version: 5.0.0

fromSun

Helper function that will convert a value in SUN to TRX (1 SUN = 0.000001 TRX). If you want to convert a value in TRX to SUN, toSun is available.

Usage

TronWeb.fromSun(value)

Parameters

ParameterDescriptionData Type
valueThe value in SUNString

Returns

String

Example

> TronWeb.fromSun("1000000")
> '1'